home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global baseSprite, fieldSpec
- put EMPTY into item 1 of fieldSpec
- if the mouseH > 412 then
- put "M" into item 2 of fieldSpec
- else
- if the mouseH > 375 then
- put "D" into item 2 of fieldSpec
- else
- if the mouseH > 337 then
- put "L" into item 2 of fieldSpec
- else
- if the mouseH > 299 then
- put "N" into item 2 of fieldSpec
- put "3" into item 3 of fieldSpec
- put "2" into item 4 of fieldSpec
- else
- put "C" into item 2 of fieldSpec
- put "10" into item 3 of fieldSpec
- end if
- end if
- end if
- end if
- setDefineField()
- end
-